-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add publication cache and querying subscriber #191
Add publication cache and querying subscriber #191
Conversation
21d3740
to
a312380
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I propose the following naming rule for everything that is unstable: zcu_xxx
. Once the API is eventually stabilised, we can keep compatibility with existing code using unstable marking by adding a #define zc_xxx zcu_xxx
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Close, just a couple more changes and it's ready :)
+ macros and examples update
91ff3da
to
a3e39a7
Compare
Add publication cache and querying subscriber C bindings
For publication cache:
For querying subscriber:
Additionally provided bindings for required but unstable types:
Usage examples:
Value of Z_CONFIG_ADD_TIMESTAMP_KEY changed to the actual one.